forked from nextcloud/server
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/37677/exclude some groups from sharing with users #1
Merged
zak39
merged 235 commits into
master
from
feature/37677/exclude-some-groups-from-sharing-with-users
Mar 21, 2024
Merged
Feature/37677/exclude some groups from sharing with users #1
zak39
merged 235 commits into
master
from
feature/37677/exclude-some-groups-from-sharing-with-users
Mar 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mic ID instead of using className this allows AppAPI to register anonymous classes as TextProcessing providers and task types Signed-off-by: Marcel Klehr <[email protected]>
Signed-off-by: Marcel Klehr <[email protected]>
Signed-off-by: Marcel Klehr <[email protected]>
Signed-off-by: Marcel Klehr <[email protected]>
Signed-off-by: Marcel Klehr <[email protected]>
Signed-off-by: fenn-cs <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
Translate me-text in unified search people filter
Signed-off-by: Joas Schilling <[email protected]>
…ore can be removed Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
fix(files): Partly revert 32c1aeb and show correct quota again
fix: Ensure correct max contrast color is used when blurred background is used
Signed-off-by: Eduardo Morales <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
fix(dashboard): changed h3 elements to h2
Signed-off-by: Eduardo Morales <[email protected]>
enh(oauth2): allowed toggling of aria label
…s-meta-data feat(comments): Add a meta data column for comments
Signed-off-by: Git'Fellow <[email protected]>
Signed-off-by: Anna Larch <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
…loud-upload chore(deps): Bump @nextcloud/upload to 1.0.4
Signed-off-by: rakekniven <[email protected]>
Signed-off-by: Nextcloud bot <[email protected]>
…-nc-calendendar-to-2.0.1 chore(package): bumped nc-calendar to 2.0.1
Signed-off-by: Nextcloud bot <[email protected]>
Fix Slow logout on Chrome-like browsers
debug logs on huge metadata
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
…e-check-to-new-api Migrate opcache check to new SetupCheck API
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
…e_grid_view_toggle_in_accessibility_switch Include grid view toggle in accessibility switch
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
…owner-setupcheck Migrate app dir owner check to new SetupCheck API
Signed-off-by: Eduardo Morales <[email protected]>
…s-for-user-menu-is-not-accessible fix(core): enhanced contrast when UserMenuItem is focused
zak39
force-pushed
the
feature/37677/exclude-some-groups-from-sharing-with-users
branch
2 times, most recently
from
January 9, 2024 15:49
e87dc2b
to
aa0f2bd
Compare
$server->addPlugin($filesDropPlugin); | ||
|
||
// And off we go! | ||
$server->exec(); |
Check notice
Code scanning / Psalm
DeprecatedMethod Note
The method Sabre\DAV\Server::exec has been marked as deprecated
throw $e; | ||
} | ||
|
||
$addresses = $this->getAddressesForPrincipal($calendarNode->getOwner()); |
Check notice
Code scanning / Psalm
PossiblyNullArgument Note
Argument 1 of OCA\DAV\CalDAV\Schedule\Plugin::getAddressesForPrincipal cannot be null, possibly null value provided
zak39
force-pushed
the
feature/37677/exclude-some-groups-from-sharing-with-users
branch
from
January 9, 2024 15:52
aa0f2bd
to
537ae25
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
TODO
Checklist